﻿/*************************************************************
 * Command:Start
 * Control:ChannelMenu.TopMenu
 * Style:ChannelMenu_TopMenu
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/
/*
html {
 filter: grayscale(100%);
 }
*/





/* 顶部菜单栏 */
.ChannelMenu_TopMenu { width: 100%; height:80px; background: #fff; overflow: hidden;}

/* 顶部彩色横线，代码来自大运官网 */
.colorful-bar {
    width: 100%;
    height: 5px;
    background: #039;
    position: relative;
    display: flex;
    overflow: hidden;
  }
  .colorful-bar .bar {
    height: 100%;
    width: 17%;
    position: relative;
  }
  .colorful-bar .colorful-bar_blue::after,
  .colorful-bar .colorful-bar_purple::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 5px;
    width: 50px;
    z-index: 44;
    top: 0;
    right: -26px;
    transform: rotate(120deg);
  }
  .colorful-bar .colorful-bar_blue {
    background: #003399;
  }
  .colorful-bar .colorful-bar_blue::after {
    background: #003399;
  }
  .colorful-bar .colorful-bar_purple {
    background: #cc0099;
  }
  .colorful-bar .colorful-bar_purple::after {
    background: #cc0099;
  }

.ChannelMenu_TopMenu .wrapper {  width: 1300px; height: 75px; margin:0 auto; position: relative; }
.ChannelMenu_TopMenu .wrapper .aui-logo { position: absolute; width: 200px; height: 75px; background: url("/_data/images/logo.png") no-repeat left center; background-size:auto 45px; }

/* 右侧菜单 */
.ChannelMenu_TopMenu .menu_right {position: absolute; right: 0; top: 10px;}
.ChannelMenu_TopMenu .menubox { height:50px; }
.ChannelMenu_TopMenu .menubox ul li { float:left; height:50px; line-height:50px; padding:0 15px; font-size:16px;}
.ChannelMenu_TopMenu .menubox ul li a { color: #333; display: inline-block; vertical-align: baseline; zoom: 1; height: 55px;  line-height: 55px; } 
.ChannelMenu_TopMenu .menubox ul li a:hover { color: #cc0099;  border-bottom: 3px solid #cc0099; }
.ChannelMenu_TopMenu .menubox ul li.current { }
.ChannelMenu_TopMenu .menubox ul li.current a { color:#003399; border-bottom: 3px solid #003399; display:inline-block; }
.ChannelMenu_TopMenu .menubox ul li.current a:hover { color:#cc0099;border-bottom: 3px solid #cc0099; }

.ChannelMenu_TopMenu .sub_menu { clear:both; display: none;}
/* 
.ChannelMenu_TopMenu .sub_center {
    padding-left:20px;
    color:#fff;
}
.ChannelMenu_TopMenu .sub_center span {
    float:right;
    padding-right:10px;
}
.ChannelMenu_TopMenu .sub_center ul {padding-top:3px;}
.ChannelMenu_TopMenu .sub_center li {
    float:left;
    height:28px;
    line-height:28px;
}
.ChannelMenu_TopMenu .sub_center li a {
    color:#000;
    margin:0px 7px;
    padding-left:8px;
    background:url(/Widgets/WidgetCollection/MyParts/ChannelMenu.TopMenu/Images/icon.gif) no-repeat left center;
}
.ChannelMenu_TopMenu .sub_center li a.current {color:#fff;padding:5px;background:#1b71a4;}
.ChannelMenu_TopMenu .sub_center li a.current:hover {color:#ffff00;text-decoration:underline;}
.ChannelMenu_TopMenu .sub_center li a:hover {
    color:#cc0000;
} */



/*************************************************************
 * Command:End
 * Control:ChannelMenu.TopMenu
 * Style:ChannelMenu_TopMenu
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:ChannelMenu.CurrentLocation
 * Style:ChannelMenu_CurrentLocation
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

.ChannelMenu_CurrentLocation { height:35px; line-height:35px; margin:10px 0; font-size:14px; }
.ChannelMenu_CurrentLocation span { font-family:"宋体"; margin:0 8px;}
.ChannelMenu_CurrentLocation em { padding:0px 5px; font-style: normal;}
.ChannelMenu_CurrentLocation a { color:#039;}
.ChannelMenu_CurrentLocation a:hover { color:#039; text-decoration: underline;}


/*************************************************************
 * Command:End
 * Control:ChannelMenu.CurrentLocation
 * Style:ChannelMenu_CurrentLocation
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Sidebar.ChannelNav
 * Style:SideNav
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.SideNav { overflow: hidden;/*  position: absolute; top:25px; right:20px; */}
.SideNav h2 { float:left; font-weight: normal; display: none;}
.SideNav h2 span { }
.SideNav h2 i { display: none;}
.SideNav h2 em { display: none;}

.SideNav ul {  float:right; margin:10px 0;}
.SideNav ul li { float:left; }
.SideNav ul li a { font-size:16px; line-height: 28px; text-align: center;  display:block; border-radius: 2px; padding:5px 20px; margin-left:10px; background: #fff; border:1px solid #ccc;}
.SideNav ul li a:hover, .subnav li.class_on a { background:#039; color:#fff; border:1px solid #039;}




/*************************************************************
 * Command:End
 * Control:Sidebar.ChannelNav
 * Style:SideNav
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:PicListB
 * Style:PicListB
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

.PicListB {
  width: 1300px;
  margin: 50px auto;
  min-height: 600px;
}

.PicListB .header h3 {
  font-size: 2.5em;
  font-weight: 800;
  line-height: 45px;
  text-align: center;
}
.PicListB .header h3 em {
  display: none;
}

.PicListB i {
  text-align: center;
  width: 160px;
  height: 1px;
  display: block;
  background: #333;
  margin: 15px auto 50px;
  position: relative;
}
.PicListB i:after {
  content: "";
  background: #039;
  height: 5px;
  width: 60px;
  margin-left: -30px;
  position: absolute;
  left: 50%;
  top: -2px;
}

.PicListB ul {
  width: 100%;
  margin: 20px auto;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.PicListB ul li {
  float: left;
  font-size: 0;
  width: 400px;
  /* height: 400px; */
  box-shadow: 0 0 2px 0 #cccccc;
  margin: 0 16px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  /* font-family: "PingFangSC-Thin"; */
}
.PicListB ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.PicListB ul li:hover {
    box-shadow: 0 2px 5px 0 #cccccc;
}

.PicListB ul li .text-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    bottom: 0;
    padding:10px 20px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
}
.PicListB ul li .desc-tag {
    background: #039;
    color: #fff;
    padding: 0 3px;
    display: initial;
}
.PicListB ul li .text-box .CaseTit {
  font-size: 20px;
  line-height: 25px;
  margin: 5px auto;
  font-weight: bold;
}
.PicListB ul li .text-box .desc-sub {
  width: 400px;
  height: 25px;
  color: #fff;
}


.PicListB ul li .mask {
    visibility: visible;
    opacity: 1;
    height: 30%;
    width: 100%;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: block;
    top: auto;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
.PicListB ul li .mask:hover {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
    transition: all 0.3s;
  }
  
.PicListB .pic_show {
  width: 400px;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("/_data/images/loading.gif") no-repeat center center;
  background-size: 130px 47px;
}
.PicListB .pic_show img {
  cursor: pointer;
  transition: all 0.3s ease-out;
  width: 400px;
  height: 300px;
  object-fit: cover;
}
.PicListB .pic_show img:hover {
  transform: scale(1.1);
}
.PicListB ul li:hover .shadow-img {
  opacity: 1;
}
.PicListB ul li .shadow-img {
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  bottom: -41px;
}

/* 翻页 */
.PicListB .clear {
  clear: both;
}
.PicListB .clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.PicListB .page_css,
.class_page {
  text-align: center;
  font-size: 15px;
}
.PicListB .page_css a,
.class_page a {
  display: inline-block;
  border-radius: 10%;
  background: #e7ebee;
  color: #666666;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.PicListB .page_css a:hover,
.class_page a:hover {
  color: #fff;
  background: #039;
  border-radius: 10%;
}
.PicListB .page_css b a,
.class_page b a {
  color: #fff;
  background: #039;
}
.PicListB .page_line {
}


/*************************************************************
 * Command:End
 * Control:PicListB
 * Style:PicListB
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Footer.Default
 * Style:Footer_Default
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/



.footer {
    width: 100%;
    overflow: hidden;
    background: #039;
  }
  .footer a {
    color: #8d9ac6;
  }
  .footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  .footer-box .tit {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  .footer .footer-box {
    width: 1300px;
    margin: 0 auto;
    padding: 35px 0 30px 0;
    overflow: hidden;
  }
  .footer-box ul {
    float: left;
    width: 200px;
  }
  .footer-box ul li {
    width: 200px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #8d9ac6;
  }
  
  .footer-box .footer-logo {
    float: left;
    width: 200px;
    height: 200px;
    background:url(/Widgets/WidgetCollection/MyParts/Footer.Default/Images/logob.png) no-repeat center 60px;
    background-size: auto 50px;
    /* align-items: center; */
    /* background-attachment: fixed; */
  }
  
  .footer-box .contact {
    float: left;
    width: 580px;
  }
  .footer-box .contact p {
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #8d9ac6;
    /* margin-bottom:18px; */
  }
  .footer-box .qr-code {
    float: right;
    width: 120px;
  }
  .footer-box .qr-code img {
    width: 120px;
    height: 120px;
  }
  .footer-box .qr-code p {
    color: #8d9ac6;
    font-size: 14px;
    text-align: center;
  }
  
  .footer .copyright {
    width: 100%;
    font-size: 12px;
    line-height: 50px;
    color: #8d9ac6;
    overflow: hidden;
    background: #00194c;
  }




/*************************************************************
 * Command:End
 * Control:Footer.Default
 * Style:Footer_Default
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:PagedArticleList.Default
 * Style:PagedArticleList_Default
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*标题图
.TitleImageA { margin-bottom:50px; position:relative; top:-55px; left:0; right:0; bottom:0; z-index: -1000; display:none;}
*/
.PagedArticleList_Default { width:100%; min-height:500px; }
.PagedArticleList_Default .header { width:100%; overflow: hidden; }
.PagedArticleList_Default .header h3 { font-size: 2.5em; font-weight: 800; line-height: 45px;text-align:center; }
.PagedArticleList_Default .header .SubTitle { font-size:1em; font-style: italic; line-height:40px; color:#555; text-align: center; padding:10px 0;}
.PagedArticleList_Default .header em {display:none;}

.PagedArticleList_Default .header i {
    text-align: center;
    width: 160px;
    height: 1px;
    display: block;
    background: #333;
    margin: 15px auto 50px;
    position: relative;
  }
  .PagedArticleList_Default .header i:after {
    content: "";
    background: #039;
    height: 5px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    top: -2px;
  }

.PagedArticleList_Default .Description { display: none; }

/* 列表 */
.PagedArticleList_Default .article_list { width:950px; color:#333; margin:0px auto; padding:50px; text-align: justify; min-height:600px; font-size:16px; box-shadow:0 0px 8px 0px #cccccc;border-radius:10px;border-top:5px solid #039; border-bottom:5px solid #ddd; overflow: hidden;}
.PagedArticleList_Default .article_list ul{ padding:20px 0px 20px 0px; }
.PagedArticleList_Default .article_list ul li { height:50px; font:normal 16px/50px "微软雅黑"; color:#000; border-bottom: 1px dashed #ddd; display: block; }
.PagedArticleList_Default .article_list ul li a { height:50px; padding-left:20px; background:url(/Widgets/WidgetCollection/MyParts/PagedArticleList.Default/Images/icon4.gif) no-repeat left -25px;}
.PagedArticleList_Default .article_list ul li a:hover { background:url(/Widgets/WidgetCollection/MyParts/PagedArticleList.Default/Images/icon4.gif) no-repeat scroll left 5px transparent; }
.PagedArticleList_Default .article_list ul li span { float:right; padding-right:5px; font:14px/50px "arial"; color:#999;}
.PagedArticleList_Default .article_list ul li em { color:#c09; margin:0 5px;}

/* 翻页 */
.PagedArticleList_Default .clear{ clear: both;}
.PagedArticleList_Default .clear:after{ content: "."; display: block; height:0; clear:both; visibility: hidden;}
.PagedArticleList_Default .page_css, .class_page  { text-align:center; font-size:15px; }
.PagedArticleList_Default .page_css a, .class_page a { display: inline-block; border-radius:10%; background: #e7ebee; color:#666666; width:36px; height:36px; line-height: 36px;}
.PagedArticleList_Default .page_css a:hover, .class_page a:hover{ color: #fff; background: #039; border-radius:10%; }
.PagedArticleList_Default .page_css b a, .class_page b a { color: #fff; background: #039;}
.PagedArticleList_Default .page_line { }





/*************************************************************
 * Command:End
 * Control:PagedArticleList.Default
 * Style:PagedArticleList_Default
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:TitleImage
 * Style:TitleImage
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

/*************************************************************
 * Command:End
 * Control:TitleImage
 * Style:TitleImage
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:PicFocusSlide
 * Style:PicScrollAuto
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.PicScrollAuto {width:100%}
.PicScrollAuto #wrapper { margin:0; padding:0;}
.PicScrollAuto .slideBox { width:100%; height:360px;overflow:hidden; position:relative; left:0; font-size:14px; }
.PicScrollAuto .slideBox .hd { height:15px; overflow:hidden; position:absolute; right:0px; bottom:11px; z-index:1; line-height:15px;  }
.PicScrollAuto .slideBox .hd ul { float:left; overflow:hidden; }
.PicScrollAuto .slideBox .hd ul li { float:left; margin-right:5px; width:15px; height:15px; line-height:15px; text-align:center; background:#333; color:#fcfcfc; cursor:pointer; }
.PicScrollAuto .slideBox .hd ul li.on{ background:#fcfcfc; color:#333; }

.PicScrollAuto .slideBox .bd{ position:absolute; height:100%; z-index:0; }
.PicScrollAuto .slideBox .bd img { width:100%; border:none; overflow:hidden; transition: all 0.9s; }
.PicScrollAuto .slideBox .bd img:hover { transform: scale(1.1); }
.PicScrollAuto .slideBox .bd p { position:absolute; top:320px; left:0px; height:40px; color:#fff; background:#333; display:block; overflow:hidden; width:100%; line-height:40px; padding-left:10px; font-size:14px;}


/*************************************************************
 * Command:End
 * Control:PicFocusSlide
 * Style:PicScrollAuto
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:ArticleTopic
 * Style:ArticleTopic
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

.ArticleTopic { width:100%; overflow:hidden;}
.ArticleTopic .topic_tit { height:40px; }
.ArticleTopic .topic_tit em {  font:normal 20px/40px "微软雅黑"; display: block; color:#000; border-bottom:2px solid #039; display:inline; padding-bottom:10px; }
.ArticleTopic .topic_tit i { /* font:normal 12px/40px "arial"; color:#999; font-style:italic; */ display:none;}
.ArticleTopic .topic_tit span { display:none; float:right; text-align:right; font:normal 14px/40px "微软雅黑";}
.ArticleTopic .topic_tit span a { color:#000;}
.ArticleTopic .topic_tit span a:hover { color:#039;}

.ArticleTopic .topic_list { padding-top:23px; min-height:80px; overflow: hidden;}
.ArticleTopic .topic_list a { color:#000; display: block;}
.ArticleTopic .topic_list a:hover { color:#039;}

.ArticleTopic .topic_date { float:left; width:80px; text-align: center; }
.ArticleTopic .topic_date .ym { background:#cc0099; color:#fff; height:24px; line-height:24px; font-size:12px;}
.ArticleTopic .topic_date .day { color:#cc0099; height:60px; font-size:38px; line-height:50px; background:#f9f9f9;}

.ArticleTopic .topic_cont { float:left; width:520px; margin-left:25px;} 
.ArticleTopic .topic_cont .tit { font-size:16px; line-height:22px; height:22px; margin-bottom:16px; padding-top:4px;}
.ArticleTopic .topic_cont p { font-size:12px; line-height:18px; height:36px; color:#707070;}




/*************************************************************
 * Command:End
 * Control:ArticleTopic
 * Style:ArticleTopic
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:ArticleList.YMD
 * Style:ArticleListAuto
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

.ArticleListAuto { width:100%; min-height:260px; overflow:hidden;}
.ArticleListAuto h3 { height:40px;}
.ArticleListAuto h3 em { font:normal 20px/40px "微软雅黑"; color:#000; border-bottom:2px solid #039; display:inline; padding-bottom:10px; }
.ArticleListAuto h3 i{ font:normal 14px/40px "Times New Roman"; color:#999; font-style:italic;}
.ArticleListAuto h3 span { float:right; text-align:right; font:normal 14px/40px 微软雅黑; padding-right:10px; }
.ArticleListAuto h3 span a { color:#333;}
.ArticleListAuto h3 span a:hover { color:#039; }

.ArticleListAuto ul { margin-top:15px; }
.ArticleListAuto ul li { height:50px; font: 16px/50px "微软雅黑"; border-bottom:1px dashed #ddd; display: block;}
.ArticleListAuto ul li a { background:url(/Widgets/WidgetCollection/MyParts/ArticleList.YMD/Images/icon02a.gif) no-repeat left center; padding-left:10px; height: 50px;}
.ArticleListAuto ul li a:hover { background:url(/Widgets/WidgetCollection/MyParts/ArticleList.YMD/Images/icon03a.gif) no-repeat left center;  }
.ArticleListAuto ul li span { float:right; text-align:right; color:#aaa; font:italic 12px/50px arial; }

.ArticleListAuto ul li.hotnews a { color:#000; display:block; background:url(/Widgets/WidgetCollection/MyParts/ArticleList.YMD/Images/icon02a.gif) no-repeat left center; padding-left:10px; }
.ArticleListAuto li.hotnews a:hover { color:#c00;}


/*************************************************************
 * Command:End
 * Control:ArticleList.YMD
 * Style:ArticleListAuto
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:FullScreenSlider
 * Style:FullScreenSlider
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.flexslider {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    zoom: 1;
    padding:0;
    background:#333;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background:url(/Widgets/WidgetCollection/静态类/FullScreenSlider/Images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0px 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background:url(/Widgets/WidgetCollection/静态类/FullScreenSlider/Images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 450px;
    display: block;
}
.flexslider .slides .banner01 {
    display: block;
	background:#0D308A url(/_data/images/banner01.jpg) no-repeat center;
    height: 450px;
    background-size:auto 450px;
}

.flexslider .slides .banner02 {
    display: block;
	background:#0D308A url(/_data/images/banner02.jpg) no-repeat center ;
    height: 450px;
    background-size:auto 450px;
}

.banner01-txt { position: absolute; top:150px; left:15%; background: rgba(255, 255, 255, 0.3); border-radius: 5px; padding:30px; }
.banner01-txt h3 { color:#039; font-size:35px; margin-bottom:20px; -webkit-transition: all .3s ease; font-weight: 700;}
.banner01-txt p { color:#fff; font-size:16px; line-height: 30px; letter-spacing:2px; text-shadow:1px 1px 1px #666;}

.banner02-txt { position: absolute; top:150px; left:15%; background: rgba(0, 0, 0, 0.3); border-radius: 5px; padding:30px; }
.banner02-txt h3 { color:#fff; font-size:35px; margin-bottom:20px; -webkit-transition: all .3s ease; font-weight: 700;}
.banner02-txt p { color:#fff; font-size:16px; line-height: 30px; letter-spacing:2px; text-shadow:1px 1px 1px #666;}


/*************************************************************
 * Command:End
 * Control:FullScreenSlider
 * Style:FullScreenSlider
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:AboutUs
 * Style:AboutUsHome
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.AboutUsHome { }

.home-box02 {
    background: #fff;
    margin: 80px 0;
    display: block;
    overflow: hidden;
  }
  .home-box02 h2 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
  }
  /* .home-box02 .tit-line {
    text-align: center;
    margin-bottom:20px;
  } */
  .home-box02 i, .home-box03 i, .home-box04 i {
    text-align: center;
    width: 160px;
    height: 1px;
    display: block;
    background: #999;
    margin: 15px auto 50px;
    position: relative;
  }
  .home-box02 i:after, .home-box03 i:after, .home-box04 i:after {
    content: "";
    background: #039;
    height: 5px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    top: -2px;
  }
  
  .home-box02 .home-box02-desc {
    font-size:18px;
    text-align: center;
    color:#666;
    margin:20px 0 40px;
  }
  .home-box02 .home-box02-list {
    display: block;
    width: 1300px;
    margin: 0 auto;
  }
  .home-box02 .home-box02-list ul {
    display: block;
    height: 250px;
  }
  .home-box02 .home-box02-list ul li {
    float: left;
    position: relative;
    height: 100%;
    width: 403px;
    text-align: center;
    margin:0 15px;
    overflow: hidden;
    /* display: inline-block; */
    background:rgba(0,0,0,0.7); 
  }
  .home-box02 .home-box02-list ul li a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .home-box02 .home-box02-list ul li a:after{ display:block; height: 100%; width: 100%; position: absolute; left: 0px; top: 0px; z-index: 2; 
    background:rgba(0,51,153,0.8); 
    opacity: 0; transition: opacity 0.3s ease-out; 
    content: ""; 
    cursor: pointer;
  }
  
  .home-box02 .home-box02-list ul li p {
    display: block;
    float: left;
    font-size: 28px;
    height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    margin-top: -30px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transform: translate(-50%, 0);
    padding-bottom: 3px;
    transition: border-bottom 0.3s ease-out;
    padding-bottom: 10px;
    -webkit-transition: width 1s linear;
  }
  .home-box02 .home-box02-list ul li p:after{
      content: ' ';
      width: 0;
      height: 2px;
      background: #fff;
      bottom: -2px;
      left: 0;
      position: absolute;
      opacity: 0;
      -webkit-transition: all 0.2s linear;
  }
  .home-box02 .home-box02-list ul li img {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.3s ease-out;
  }
  .home-box02-list li.last {
    /* margin-right: 0px; */
  }
  .home-box02 .home-box02-list ul li a:hover:after{opacity:1;}
  .home-box02 .home-box02-list ul li a:hover p:after{
      opacity: 1;
      left: 0;
      width: 100%;
  } 
  .home-box02 .home-box02-list ul li a:hover img {
    transform: scale(1.1);
  }


/*************************************************************
 * Command:End
 * Control:AboutUs
 * Style:AboutUsHome
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:TotalNumber
 * Style:TotalNumber
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*数据统计滚动*/
.product-number-info {
    position: relative;
    background: #fff;
    margin:0px auto;
}
.product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}
.product-number-info ul {
    padding: 30px 0;
}
.product-number-info ul.q:after {
    content: "";
    clear: both;
    display: table;
}
.product-number-info li {
    float: left;
    width: 239px;
    height: 90px;
    border-left: 1px solid #ddd;
    color: #C60080;
    padding-top: 1px;
}
.product-number-info li:first-child {
    border: none;
}
.product-number-info li b {
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}
.product-number-info li i {
    font-style: normal;
    font-size: 36px;
    font-weight: 400;
}
.product-number-info li sup {
    line-height: 16px;
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
    font-weight: normal;
}
.product-number-info li em {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-weight: 100;
    padding-left: 15px;
    position: relative;
    top: -4px;
    color:#666;
}
.product-number-info li p {
    font-size: 14px;
    color:#666;
}
.product-number-info li.li-2 b, .product-number-info li.li-2 p {
    padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    padding-left: 70px;
}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {
    padding-left: 78px;
}
.product-number-info li.li-5 {
    text-align: left;
}
.product-number-info li.li-5 b {
    padding-left: 70px;
}



/*************************************************************
 * Command:End
 * Control:TotalNumber
 * Style:TotalNumber
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:ObjectBox
 * Style:ObjectBox
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.ObjectBox { width:1300px; margin:0 auto; overflow:hidden; }

    /* .ObjectBox h2 { font-size:30px; color:#2d58a1; padding:30px 0 10px 0; font-weight: normal; line-height: 50px; text-align:center; }
    .ObjectBox h2>i { font-size:1.2em; color:#999; }
    .ObjectBox p { font-size:14px; padding:5px 0; line-height:23px; color:#555; } */

    .ObjectBox .O-head { padding-bottom:50px; text-align:center;}
    .ObjectBox .O-en { text-transform: uppercase; word-break: keep-all; text-align: center;}
    .ObjectBox .O-cn { font-size:36px; margin-top:10px; padding:0 15px; }
    .ObjectBox .O-hr { background-color:#039 ; margin-top:20px; margin-left:auto; margin-right: auto; width:90px; height:3px;}
    .ObjectBox .O-aside { margin-top:20px; font-size:16px; line-height:26px;}
        
    .ObjectBox ul { 
        position: relative;
        margin-bottom: -30px;
        * margin-bottom: 0;
        /* min-height: 20px; */
        padding: 20px 20px 20px 0;
        /* margin-left: -20px; */
        margin-top: -30px;
        width: 1300px;
    }
    .ObjectBox .item { 
        float: left;
        position: relative;
        margin-bottom: 30px;
        width: 300px;
        /* height: 326px; */
        text-align: center;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
        font-size:12px;
    }

    .ObjectBox .marginR {
        margin-right:26px;
    }

    .ObjectBox .item .link {
        display: block;
        height: 302px;
        padding-top: 24px;
        padding-left: 40px;
        padding-right: 40px;
        background-color: #fff;
    }
    .ObjectBox .item .link, .ObjectBox .item span, .ObjectBox .item .dt {
        -webkit-transition: all 220ms ease 0s;
        transition: all 220ms ease 0s;
    }
    
    .ObjectBox .item span {
        /*display: block;*/
        margin-left: auto;
        margin-right: auto;
        width: 140px;
        height: 120px;
        font-size:9em;
        color:#06c;
        -webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out;
    }

    .ObjectBox .item .dt {
        margin-top: 20px;
        font-size: 24px;
        color: #000;
    }
    .ObjectBox .item .dt2 {
        margin-top: 100px;
        font-size: 24px;
        color: #000;
    }
    .ObjectBox .item .dd {
        margin-top: 12px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 44px;
        font-size:14px;
    }

    .ObjectBox .item:hover .link {
        background-color: #06c;
        color: #fff;
    }

    .ObjectBox .item:hover span {
        color: #fff;
    }

    .ObjectBox .item:hover .dt, .ObjectBox .item:hover .dt2 {
        color: #fff;
    }
    .ObjectBox .moreA { margin-top: 40px; }

    .ObjectBox .item a span  
    {
        display: block; 
        -webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out;
    }
    .ObjectBox .item span:hover 
    {
        -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); transform: scale(1.1,1.1); 
    }


/*************************************************************
 * Command:End
 * Control:ObjectBox
 * Style:ObjectBox
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Services
 * Style:Services
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.Services { width:100%; background: #f9f9f9 url("/_data/images/bgimg01.jpg") no-repeat center bottom; overflow: hidden;}
.Services .S-head { padding-bottom:50px; text-align:center;}
.Services .S-en { text-transform: uppercase; word-break: keep-all; text-align: center;}
.Services .S-cn { font-size:36px; margin-top:10px; padding:0 15px; }
.Services .S-hr { background-color:#0568F4 ; margin-top:20px; margin-left:auto; margin-right: auto; width:90px; height:3px;}
.Services .S-aside { margin-top:20px; font-size:16px; line-height:26px;}

.Services ul { width: 1296px; margin:15px auto; padding-bottom:100px; overflow: hidden; } 
.Services ul li { float: left; display: block; margin:0 43px; min-height: 130px; } 
.Services ul li a {  display:block; background: #0568F4; width: 130px; height: 130px; border-radius: 100%;} 
.Services ul li a:hover{ text-decoration:none; background: #C60080; }

.Services ul li span { text-align: center;  font-size:75px; }
/* .Services ul li i.icon01 { font-size:45px;}
.Services ul li i.icon02 { font-size:53px;}
.Services ul li i.icon03 { font-size:45px;}
.Services ul li i.icon04 { font-size:45px;}
.Services ul li i.icon05 { font-size:58px;}
.Services ul li i.icon06 { font-size:45px;} */

.Services ul li a span {  
    display: block; color:#fff; line-height: 130px;
    /*ease-out*/
    -webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out; } 
.Services ul li a:hover span { 
    /*rotate*/
    -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); 
    /*gray*/
    -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: green;  } 

.Services ul li p { font-size:16px; line-height: 24px; margin-top:6px; text-align: center; position: relative; top:6px; color:#039;}


/*************************************************************
 * Command:End
 * Control:Services
 * Style:Services
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:PicArticleA
 * Style:PicArticleA
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

.PicArticleA { width:100%; padding:30px auto; overflow: hidden;}

.PicArticleA .PA-head { text-align:center;}
.PicArticleA .PA-en { text-transform: uppercase; word-break: keep-all; text-align: center;}
.PicArticleA .PA-cn { font-size:36px; margin-top:10px; padding:0 15px; }
.PicArticleA .PA-hr { background-color:#039 ; margin-top:20px; margin-left:auto; margin-right: auto; width:90px; height:3px;}
.PicArticleA .PA-aside { margin-top:20px; font-size:16px; line-height:26px;}


.PicArticleA .PA-head i {
    text-align: center;
    width: 160px;
    height: 1px;
    display: block;
    background: #333;
    margin: 15px auto 50px;
    position: relative;
  }
  .PicArticleA .PA-head i:after {
    content: "";
    background: #039;
    height: 5px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    top: -2px;
  }
  .PicArticleA .PA-head h2 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
  }


.PicArticleA .more { margin:10px auto; overflow: hidden;}
.PicArticleA .more a { display: block; width:160px; height:45px; margin:0px auto; line-height: 45px; text-align: center; font-size:16px; color:#0066cc; border-radius: 50px; border:1px solid #0066cc; }
.PicArticleA .more a:hover { background: #0066cc; color:#fff; border:1px solid #0066cc;}

.PicArticleA ul { width:100%; margin:20px auto; 
    position: relative;
    white-space: nowrap;
    display: inline-block;
}   
.PicArticleA ul li { 
    float:left;
    font-size: 0;
    width: 400px;
    box-shadow: 0 0 1px 0 #CCCCCC;
    margin: 0 16px;
    background: #ffffff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    font-family: "微软雅黑"; 
}
.PicArticleA ul li a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.PicArticleA ul li .CaseTit { font-size:20px; line-height:25px; color: #222; margin-top: 10px; margin-left:10px; }

.PicArticleA ul li .desc{
    width: 380px;
    box-sizing: border-box;
    white-space: normal;
    font-size: 14px;
    margin-left:10px;
    height: 35px;
}
.PicArticleA ul li .desc-sub { width: 380px; margin: 8px auto; color:#777; font-size: 14px; height: 25px;}

.PicArticleA ul li h5 { font-size:12px; font-weight: 400; color:#666; }
.PicArticleA ul li span { float:right; text-align: right;}

.PicArticleA ul li:hover{
    box-shadow: 0 2px 5px 0 #CCCCCC;
}

.PicArticleA .pic_show { 
    width: 400px;
    height: 225px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url("/_data/images/loading.gif") no-repeat center center;
    background-size: 130px 47px;
}
.PicArticleA .pic_show img { cursor: pointer; transition: all .5s ease-out; 
    width: 400px;
    height: 225px;
    object-fit: cover;
}
.PicArticleA .pic_show img:hover { transform: scale(1.1); }
.PicArticleA ul li:hover .shadow-img{ opacity: 1;}
.PicArticleA ul li .shadow-img { opacity:0; width:100%; position: absolute; left:0; transition: all .3s; bottom:-41px;}    




/*************************************************************
 * Command:End
 * Control:PicArticleA
 * Style:PicArticleA
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Banner_B
 * Style:bannerAbout
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.bannerAbout {background: #039 url("/_data/images/bannerB_About.jpg") no-repeat center top; height: 350px;  background-size:auto 350px; margin:90px 0 30px 0;}
/* .banner_txt {color: #fff;font-size: 51px;text-align: center;height: 112px;line-height: 112px;width: 100%;position: absolute;top: 30px;left: 0;letter-spacing: 2px;}
.banner_desc {font-size: 19px;text-align: center;margin-top: -13px;height: 30px;line-height: 30px;width: 800px;position: absolute;top: 140px;left: 50%;margin-left: -400px;color: #fff;opacity: 0.8;} */

/*************************************************************
 * Command:End
 * Control:Banner_B
 * Style:bannerAbout
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:AboutCompany
 * Style:AboutCompany
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

.AboutCompany { overflow: hidden;}
.AboutCompany .aboutL { float: left; width:380px;}
.AboutCompany .aboutC { float: left; width:520px; margin:0 10px;}
.AboutCompany .aboutC ul { overflow: hidden;}
.AboutCompany .aboutC ul li { float:left; width:250px; margin:0 5px;}
.AboutCompany .aboutC ul li.space { margin-top:10px;}
.aboutC ul li a{ color:#fff;}

.about-box { padding:15px; min-height: 240px;}
.about-boxB { padding:20px 15px; min-height: 90px;}

.about-en { font-size:12px; text-transform: uppercase; word-break: keep-all; text-align: center; }
.about-cn { font-size:20px; margin-top:5px; padding:0 15px; text-align:center;}
.about-txt { text-indent:2em;margin-top:10px; line-height: 25px; font-size:12px;}
.about-box a{ color:#fff;}

.about-box .more { margin-top:5px; overflow: hidden; }
.about-box .more a { float:right; text-align:right;height:30px; line-height: 30px; text-align: center; font-size:12px; color:#fff; text-decoration: underline;}
.about-box .more a:hover { color:#fff; text-decoration: none;}

.AboutCompany .aboutPicA { width:380px; height: 240px; overflow: hidden;;}
.AboutCompany .aboutPicA img { cursor: pointer; transition: all .5s ease-out; width: 380px; height: 240px; object-fit: cover;}
.AboutCompany .aboutPicA img:hover { transform: scale(1.1); }

.AboutCompany .aboutPicB { width:250px; height: 145px; overflow: hidden;;}
.AboutCompany .aboutPicB img { cursor: pointer; transition: all .5s ease-out; width: 250px; height: 145px; object-fit: cover;}
.AboutCompany .aboutPicB img:hover { transform: scale(1.1); }


/*************************************************************
 * Command:End
 * Control:AboutCompany
 * Style:AboutCompany
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:BaiduMap
 * Style:BaiduMap
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

#allmap {width:100%; height:260px; border:1px dashed #F8D8FC; font-size:12px;}
#allmap p {margin-left:5px; }
#allmap h3 { font-size:14px; font-weight: 500; margin:0 0 10px; padding:0;}

/*************************************************************
 * Command:End
 * Control:BaiduMap
 * Style:BaiduMap
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Contact
 * Style:Contact
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

.contact { }
.contact-box { padding:30px 0 15px 30px ; min-height: 260px; color:#fff;background:#6FB444;}
.contact-en { font-size:12px; text-transform: uppercase; word-break: keep-all; text-align: center; }
.contact-cn { font-size:20px; margin-top:5px; padding:0 15px; text-align:center;}
.contact-txt { margin-top:10px; line-height: 25px; font-size:12px;}
.contact-box span { margin-right:5px;}

/*************************************************************
 * Command:End
 * Control:Contact
 * Style:Contact
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:ArticleView.News
 * Style:ArticleView_News
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.ArticleView_News { width:100%; padding-bottom: 25px; }

.ArticleView_News .header-box { width:100%; }
    .ArticleView_News .header-box .title { color:#222; font-size: 2.5em; font-weight: 500; line-height: 45px; margin:20px 0; text-align: center; }
    .ArticleView_News .header-box .SubTitle { font-size:1.5em; font-style: italic; line-height:40px; color:#999;}

.ArticleView_News .article_info {  margin-top:15px; margin-bottom: 20px; font-size:14px; color:#777;text-align: center; }

.ArticleView_News .article_content { color:#333; margin:30px 0px 10px 0px; text-align: justify; min-height:400px; font-size:16px;}

.ArticleView_News .article_content h2 { border-left: 4px solid #666; padding-left: 8px; line-height: 1.2; font-size: 20px; margin-top: 30px; margin-bottom: 10px; }
.ArticleView_News .article_content h3 { font-size: 18px; font-weight: 600; margin-top: 30px; margin-bottom: 10px; line-height: 1.6; padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;}
.ArticleView_News .article_content img { max-width: 1040px; overflow: hidden;  margin-bottom:20px; }
.ArticleView_News .article_content p { margin-bottom:16px; text-indent:2em; line-height: 1.8;}

.ArticleView_News .Article_Tag { margin:20px auto; font-size:12px;line-height: 20px; color:#999; background: url("/_data/images/icon_tag.png") no-repeat left center; padding-left:25px;}

.ArticleView_News .article_content ul { margin-left:45px;}
.ArticleView_News .article_content ul li { list-style:outside; margin:5px 0; font:normal 14px/26px "微软雅黑";}
.ArticleView_News .article_content a { color:#039;text-decoration:underline;}
.ArticleView_News .article_content a:hover { color:#c09;text-decoration:underline;}

.ArticleView_News table { border-top:1px solid #ddd; border-left:1px solid #ddd;}
.ArticleView_News table th { border-bottom:1px solid #ddd; border-right:1px solid #ddd; font:bold 14px/30px "微软雅黑"; background:#f9f9f9;}
.ArticleView_News table td { border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:3px 5px;}

/***********附件****************/
.ArticleView_News .articleAttachments { color:#000; margin-bottom:30px; padding:0 30px;}
.ArticleView_News .articleAttachments h5 { font:normal 16px/30px "微软雅黑"; border-bottom:1px dotted #ddd;  }
.ArticleView_News .articleAttachments li { display:block; font-family:"宋体"; margin:10px 0;}
.ArticleView_News .articleAttachments li a { margin-left:15px; color:#039; text-decoration:underline; font:14px/30px "微软雅黑"; }
.ArticleView_News .articleAttachments li a:hover { color:#c09; text-decoration:none;}
.ArticleView_News .articleAttachments li span { float:right; margin-left:20px; }
.ArticleView_News .articleAttachments li span a { padding:5px 10px; background:#039; color:#fff; border-radius:5px; -webkit-border-radius:5px; text-decoration:none;}
.ArticleView_News .articleAttachments li span a:hover{ background:#c09; color:#fff; }

/***********字号大小/打印/关闭****************/
.ArticleView_News .artilcle_tool { display: none;}

/***********上一篇/下一篇****************/
.ArticleView_News .article_page { display: none; /* height: 30px; line-height:30px; margin: 15px auto; overflow:hidden; */}
.ArticleView_News .article_page li { width:355px; font-size:13px; color: #333;}
.ArticleView_News .article_page li.prev { float:left; background: url("/_data/images/icon_prev.png") no-repeat left center; padding-left:20px;}
.ArticleView_News .article_page li.next { float:right; background: url("/_data/images/icon_next.png") no-repeat right center; padding-right:20px; text-align: right;}
.ArticleView_News .article_page li a { color: #039;}
.ArticleView_News .article_page li a:hover { color: #c09;}

/***********相关信息****************/
.ArticleView_News .article_about  { display: none;}

/***********分享****************/
#artilcle_share { width:40px; position: fixed; top:350px; right:10px; }
#artilcle_share a { padding:0; margin:0px 0px 20px 0px; color:#555; }
#artilcle_share .bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more { font-size:40px !important;background-image:none;}




/*************************************************************
 * Command:End
 * Control:ArticleView.News
 * Style:ArticleView_News
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:PagedArticleListDate
 * Style:PagedArticleListDate
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.PagedArticleListDate { width:100%; min-height:500px; margin:30px 0; }

/*标题图*/
.PagedArticleListDate .TitleImage { display: none; }

/* 标题 */
.PagedArticleListDate h3 { height:40px; }
.PagedArticleListDate h3 em { font:normal 25px/40px "微软雅黑"; display: block; color:#000; border-bottom:2px solid #039; display:inline; padding-bottom:10px; }

.PagedArticleListDate .Description { display: none; }

/* 列表 */
.PagedArticleListDate .article_list { margin:20px auto; overflow: hidden; }
.PagedArticleListDate .article_list dl { width:100%; margin:20px auto; overflow: hidden; }

.PagedArticleListDate .article_list dl dt { float:left; width:100px; padding-right:20px; text-align: center; }
.PagedArticleListDate .article_list dl dt .date_yyyymm { background:#06c; color:#fff; height:24px; line-height:24px; font-size:12px; }
.PagedArticleListDate .article_list dl dt .date_dd { color:#06c; height:60px; font-size:38px; line-height:50px; background:#f0f0f0;}

.PagedArticleListDate .article_list dl dd { float:left; width:1180px; min-height: 45px; padding-bottom:8px; }
.PagedArticleListDate .article_list dl dd h5 { font-size:18px; line-height:22px; height:22px; margin-bottom:16px; padding-top:4px;}
.PagedArticleListDate .article_list dl dd p { font-size:14px; line-height:18px; height:36px; color:#707070; }


.PagedArticleListDate .article_list a { color:#000; display: block;}
.PagedArticleListDate .article_list a:hover { color:#039;}

/* 翻页 */
.PagedArticleListDate .clear{ clear: both;}
.PagedArticleListDate .clear:after{ content: "."; display: block; height:0; clear:both; visibility: hidden;}
.PagedArticleListDate .page_css, .class_page { text-align:center; padding:10px 0;}
.PagedArticleListDate .page_css a, .class_page a { display: inline-block; border:1px solid #999999; padding:8px 10px; color:#666666; line-height:100%;}
.PagedArticleListDate .page_css a:hover, .class_page a:hover{ color: #fff; border: 1px solid #666; background: #666;}
.PagedArticleListDate .page_css b a, .class_page b a { color: #fff; border:1px solid #666; background: #666;}
.PagedArticleListDate .page_line { }


/*************************************************************
 * Command:End
 * Control:PagedArticleListDate
 * Style:PagedArticleListDate
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:ArticleView.Default
 * Style:ArticleViewC
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.ArticleViewC { width:100%; overflow:hidden;}

.ArticleViewC .header-box { width:100%; overflow: hidden; margin-bottom:50px; }
    .ArticleViewC .header-box .title { font-size: 2.5em; font-weight: 800; line-height: 45px;text-align:center; }

    .ArticleViewC .header-box .SubTitle { font-size:1em; line-height:40px; color:#555; text-align: center; padding:0px 0 20px;}

 .ArticleViewC i {
    text-align: center;
    width: 160px;
    height: 1px;
    display: block;
    background: #333;
    margin: 15px auto 15px;
    position: relative;
  }
  .ArticleViewC i:after {
    content: "";
    background: #039;
    height: 5px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    top: -2px;
  }
 
    
.ArticleViewC .article_info { display: none;}
.ArticleViewC .article_content { width:950px; color:#333; margin:0px auto; padding:50px; text-align: justify; min-height:500px; font-size:16px; box-shadow:0 0px 8px 0px #cccccc;border-radius:10px;border-top:5px solid #039; border-bottom:5px solid #ddd;}
.ArticleViewC .article_content h2 { border-left: 4px solid #666; padding-left: 8px; line-height: 1.2; font-size: 20px; margin-top: 30px; margin-bottom: 10px; }
.ArticleViewC .article_content h3 { font-size: 1.6em;  font-weight: 600; line-height: 1.6; padding-bottom: 5px;   text-align:center; margin: 30px 0px 10px 0px; color:#000; font-family: "微软雅黑";}
.ArticleViewC .article_content img { max-width: 100%; overflow: hidden;  }
.ArticleViewC .article_content p { margin-bottom:16px; text-indent:2em; line-height: 1.8;}

.ArticleViewC .Article_Tag { display: none;}

.ArticleViewC .article_content ul { margin-left:45px;}
.ArticleViewC .article_content ul li { list-style:outside; margin:5px 0; font:normal 14px/26px "微软雅黑";}
.ArticleViewC .article_content a { color:#039;text-decoration:underline;}
.ArticleViewC .article_content a:hover { color:#c09;text-decoration:underline;}

.ArticleViewC table { border-top:1px solid #ddd; border-left:1px solid #ddd;}
.ArticleViewC table th { border-bottom:1px solid #ddd; border-right:1px solid #ddd; font:bold 14px/30px "微软雅黑"; background:#f9f9f9;}
.ArticleViewC table td { border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:3px 5px;}


/***********分享****************/
    #artilcle_share { width:40px; position: fixed; top:400px; right:10px; }
    #artilcle_share a { /* width:32px; height: 32px;  */padding:0; margin:0px 0px 20px 0px; color:#039; }
    /* #artilcle_share a.bds_more { background:url(/Widgets/WidgetCollection/MyParts/ArticleView.Default/Images/share_more.png) no-repeat;} 
    #artilcle_share a.bds_weixin { background:url(/Widgets/WidgetCollection/MyParts/ArticleView.Default/Images/share_weixin.png) no-repeat;} 
    #artilcle_share a.bds_tsina { background:url(/Widgets/WidgetCollection/MyParts/ArticleView.Default/Images/share_weibo.png) no-repeat;}
    #artilcle_share a.bds_sqq { background:url(/Widgets/WidgetCollection/MyParts/ArticleView.Default/Images/share_qq.png) no-repeat;}
    #artilcle_share a.bds_print { background:url(/Widgets/WidgetCollection/MyParts/ArticleView.Default/Images/share_print.png) no-repeat;}
    #artilcle_share a.bds_bdysc { background:url(/Widgets/WidgetCollection/MyParts/ArticleView.Default/Images/share_bdysc.png) no-repeat;} */
    #artilcle_share .bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more { font-size:40px !important;background-image:none;}


/***********附件****************/
.ArticleViewC .articleAttachments { color:#000; margin-bottom:30px; padding:0 30px;}
.ArticleViewC .articleAttachments h5 { font:normal 16px/30px "微软雅黑"; border-bottom:1px dotted #ddd;  }
.ArticleViewC .articleAttachments li { display:block; font-family:"宋体"; margin:10px 0;}
.ArticleViewC .articleAttachments li a { margin-left:15px; color:#333; text-decoration:underline; font:14px/30px "微软雅黑"; }
.ArticleViewC .articleAttachments li a:hover { color:#039; text-decoration:none;}
.ArticleViewC .articleAttachments li span { float:right; margin-left:20px; }
.ArticleViewC .articleAttachments li span a { padding:5px 10px; background:#039; color:#fff; border-radius:5px; -webkit-border-radius:5px; text-decoration:none;}
.ArticleViewC .articleAttachments li span a:hover{ background:#039; color:#fff; }

/***********字号大小/打印/关闭****************/
.ArticleViewC .artilcle_tool { display: none;}

/***********上一篇/下一篇****************/
.ArticleViewC .article_page { display: none;}

/***********相关信息****************/
.ArticleViewC .article_about  { display: none;}











/*************************************************************
 * Command:End
 * Control:ArticleView.Default
 * Style:ArticleViewC
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:TitleImage
 * Style:TitleImageB
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

.TitleImageB { margin-bottom:30px; position:relative; top:0px; left:0; right:0; bottom:0; z-index: -1000; }
.TitleImageB h3 { margin:8px auto; font-weight: normal; overflow: hidden; position: relative; top:150px; width:1300px; margin:0 auto;}
.TitleImageB h3 span { float:left; font-size:35px; color: #fff; }
.TitleImageB h3 i { float:left; font-size:24px; color:#bbb; margin:0 5px; line-height: 55px;}
.TitleImageB h3 em { float:left; font-size:16px; color:#bbb; line-height: 55px; font-style:normal;}




/*************************************************************
 * Command:End
 * Control:TitleImage
 * Style:TitleImageB
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Banner_C
 * Style:Banner_C
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.Banner_C { background: #f0f0f0 url("/_data/images/bannerC.jpg") no-repeat center top; height: 150px;  background-size:auto 150px; margin-bottom:30px; margin-top:90px;}

/* .banner_txt {color: #fff;font-size: 51px;text-align: center;height: 112px;line-height: 112px;width: 100%;position: absolute;top: 30px;left: 0;letter-spacing: 2px;}
.banner_desc {font-size: 19px;text-align: center;margin-top: -13px;height: 30px;line-height: 30px;width: 800px;position: absolute;top: 140px;left: 50%;margin-left: -400px;color: #fff;opacity: 0.8;} */

/*************************************************************
 * Command:End
 * Control:Banner_C
 * Style:Banner_C
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Sidebar.ChannelNav
 * Style:Sidebar_ChannelNav
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

/*************************************************************
 * Command:End
 * Control:Sidebar.ChannelNav
 * Style:Sidebar_ChannelNav
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:BannerBootstrap
 * Style:BannerBootstrap
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

/*************************************************************
 * Command:End
 * Control:BannerBootstrap
 * Style:BannerBootstrap
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:ChannelMenuV.DropDown
 * Style:ChannelMenuV_DropDown
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.wrap{ display: block; width: 100%;position: relative; overflow-x: hidden;}
.wrap_head{ display:block; width:100%; height: 90px;
  z-index: 20;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.head_con{ position: relative; z-index: 2; width:1300px; height: 90px;  margin: 0px auto; display:block; }
.head_con .logo{ position: absolute; width: 200px; height: 45px; left: 0px; top: 20px; display:block; }
.head_con .logo h1{ display:block; height: 45px; width: 145px; background: url("/_data/images/logo_white.png") no-repeat 0 0; text-indent: -9999px; overflow: hidden;background-size: 100% 100%;}

/*菜单*/
.menu_list { display: block; height:90px; position: absolute; right: 0px; top: 0px; cursor: pointer; opacity: 1; transition:opacity 0.3s linear;transform: translate(0px,0);}
.menu_list .menu_item { display: inline-block; height:90px; float: left; margin-left:50px; position: relative;}

.menu_list .menu_item .txt { display: block; height:90px; line-height: 90px; font-size: 20px; color: #fff; font-weight: normal; opacity: 0.95; -webkit-transition:color 0.3s linear; position: relative; z-index: 2;}
.menu_list .menu_item .txt:hover {  opacity: 1; }
.menu_list .menu_item .txt:after { display:block; content:""; height: 4px; width: 100%; position: absolute; bottom: 19px; left: 0px; background: #003399; opacity: 0; -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out; transform-origin: 50% 0%; transform:scale(0.01,1);}
.menu_list .menu_item .txt:before { display:none; content:""; height: 400px; width: 100%; position: absolute; top: 19px; left: -10px; background: #003399; opacity: 1;}
.menu_list .menu_item:hover .txt:after { transform:scale(1,1); opacity: 1;}
.menu_list .menu_item.menu_item_lan { display:none;}
.menu_list .menu_item .menu_hook { display:none; width: 100%; height: 360px; position: absolute; left: -36px; top: 0px; z-index: 1;}

.sub_list { display: none; position: absolute; width:160px; left: 50%; margin-left: -80px; text-align: center; z-index: 2; }
.sub_list li a { display: block; font-size: 18px; color: #000; padding: 10px 0; opacity: 0.7; }
.sub_list li a:hover { opacity: 1; font-weight: 500; color:#039;}


.head_white{
  background: #fff;
}
.submenu_show .logo h1,.head_white .logo h1 { background-image: url("/_data/images/logo.png");background-size: 100% 100%;}
.submenu_show .menu_list .menu_item .txt,.head_white .menu_list .menu_item .txt { color: #000; }
.submenu_show .bg_hover { display:block !important; width: 100%; height: 360px; background:rgba(255,255,255,0.9); z-index: 1; position: absolute; top: 0px; left: 0px; -webkit-animation:a_bg_hover_show 0.2s ease-out both; -webkit-transform-origin:50% 0%; }
.submenu_show .menu_list .menu_item.sublist_show .sub_list,.head_white .menu_list .menu_item.sublist_show .sub_list { -webkit-animation:a_menu_item_show 0.2s ease-out both;}
.submenu_show .menu_list .menu_item.sublist_hide .sub_list,.head_white .menu_list .menu_item.sublist_hide .sub_list { -webkit-animation:a_menu_item_hide 0.15s ease-out both;}
.submenu_show .menu_list .menu_item .menu_hook { display:block;}
.submenu_hide,.sublist_hide { pointer-events:none;} /*避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug*/
.submenu_hide .bg_hover { -webkit-animation:a_bg_hover_hide 0.15s ease-out both; -webkit-transform-origin:50% 0%;}


@keyframes a_menu_item_show {
	0%{ -webkit-transform:translate(0px,-30px); opacity: 0;}
	100%{  -webkit-transform:translate(0px,0px); opacity: 1;}
}

@keyframes a_menu_item_hide {
	0%{  -webkit-transform:translate(0px,0px); opacity: 1; }
	100%{ -webkit-transform:translate(0px,-30px); opacity: 0; }
}

@keyframes a_bg_hover_show {
	0%{ -webkit-transform:scale(1,0.5); opacity: 0;}
	100%{  -webkit-transform:scale(1,1); opacity: 1;}
}

@keyframes a_bg_hover_hide {
	0%{ -webkit-transform:scale(1,1); opacity: 1;}
	100%{  -webkit-transform:scale(1,0.5); opacity: 0;}
}



/*************************************************************
 * Command:End
 * Control:ChannelMenuV.DropDown
 * Style:ChannelMenuV_DropDown
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:ChannelMenuV.DropDown.Class
 * Style:ChannelMenuV_DropDown_Class
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

/*************************************************************
 * Command:End
 * Control:ChannelMenuV.DropDown.Class
 * Style:ChannelMenuV_DropDown_Class
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:HomeProduct
 * Style:HomeProduct
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.home-box03 {
    width: 100%;
    padding: 50px 0;
    min-height: 550px;
    background:url(/Widgets/WidgetCollection/静态类/HomeProduct/Images/homebg02.jpg) no-repeat center center #eee;
    background-size: cover;
    /* background-size: 100% 100%; */
    background-attachment: fixed;
    margin:50px auto;
  }
  .home-box03 i {
    text-align: center;
    width: 160px;
    height: 1px;
    display: block;
    background: #333;
    margin: 15px auto 50px;
    position: relative;
  }
  .home-box03 i:after {
    content: "";
    background: #039;
    height: 5px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    top: -2px;
  }
  .home-box03 h2 {
    /* font-size:1.875em; */
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
  }
  .home-box03 .tit-line {
    background-color:#000;
    margin:10px auto;
    height: 3px;
    width: 80px;
  }
  
  .box03 {
    width:1300px;
    margin:0 auto;
    overflow: hidden;
  }
  .box03 .box03-list {
    float:left;
    width:403px;
    height: 350px;
    margin:0 15px;
    transition: all .4s ease;
    padding: 0 !important;
  }
  
  .box03 .box03-list a {
    display: block;
    width:100%;
    height: 100%;
    position: relative;
    color:#fff;
    background:rgba(0,0,0,0.1);
 
  }
  .box03 .box03-list a:hover {
    background: rgba(0, 0, 0, 0.4);
    background-size:auto 110%;
    transition:all 0.5s ease-in-out;
  }
  
  .box03-list p {
    font-size:20px;
    position: absolute;
    left: 26px;
    bottom: 60px;
  }
  .box03-list a p:after {
    content: '';
    height: 2px;
    background: #fff;
    width: 40px;
    display: block;
    margin-top: 10px;
  }
  .box03-list span{
      /* display: inline-block; */
      font-size:14px;
  
      position: absolute;
      left: 26px;
      bottom: 30px;
  }
  
  .box03 .box03-bg01 {
    background: url("/_data/images/box03-1.jpg") no-repeat center;
    background-size: 100% auto;
  }
  .box03 .box03-bg02 {
    background: url("/_data/images/box03-2.jpg") no-repeat center;
    background-size: 100% auto;
  }
  .box03 .box03-bg03 {
    background: url("/_data/images/box03-3.jpg") no-repeat center;
    background-size: 100% auto;
  }
  .box03 .box03-bg04 {
    background: url("/_data/images/box03-4.jpg") no-repeat center;
    background-size: 100% auto;
  }
  .box03 .box03-bg05 {
    background: url("/_data/images/box03-5.jpg") no-repeat center;
    background-size: 100% auto;
  }
  
  


/*************************************************************
 * Command:End
 * Control:HomeProduct
 * Style:HomeProduct
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:AboutUs
 * Style:AboutUs
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

/*************************************************************
 * Command:End
 * Control:AboutUs
 * Style:AboutUs
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Banner_B
 * Style:bannerService
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.bannerService { background: #039 url("/_data/images/bannerClass.jpg") no-repeat center top; height: 350px;  background-size:auto 350px; margin-bottom:30px;}

/* .banner_txt {color: #fff;font-size: 51px;text-align: center;height: 112px;line-height: 112px;width: 100%;position: absolute;top: 30px;left: 0;letter-spacing: 2px;}
.banner_desc {font-size: 19px;text-align: center;margin-top: -13px;height: 30px;line-height: 30px;width: 800px;position: absolute;top: 140px;left: 50%;margin-left: -400px;color: #fff;opacity: 0.8;} */



/*************************************************************
 * Command:End
 * Control:Banner_B
 * Style:bannerService
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Banner_B
 * Style:Banner_B
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

/*************************************************************
 * Command:End
 * Control:Banner_B
 * Style:Banner_B
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:BannerB
 * Style:BannerB
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

/*************************************************************
 * Command:End
 * Control:BannerB
 * Style:BannerB
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:BannerB
 * Style:bannerService
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.bannerService { background: #039 url("/_data/images/bannerClass.jpg") no-repeat center top; height: 350px;  background-size:auto 350px; margin-bottom:30px; margin:90px 0 30px 0;}



/*************************************************************
 * Command:End
 * Control:BannerB
 * Style:bannerService
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:BannerB
 * Style:bannerAbout
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.bannerAbout {background: #039 url("/_data/images/bannerB_About.jpg") no-repeat center top; height: 350px;  background-size:auto 350px; margin:90px 0 30px 0;}

/*************************************************************
 * Command:End
 * Control:BannerB
 * Style:bannerAbout
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Sidebar.ChannelNav
 * Style:LeftNav
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.LeftNav { overflow: hidden;}
.LeftNav h2 { font-weight: normal; background: #039; color:#fff; text-align:center; padding:10px 0; border-radius: 2px; }
.LeftNav h2 span { font-size:20px; }
.LeftNav h2 i { display: none;}
.LeftNav h2 em { display: none;}

.LeftNav ul { margin:10px 0; overflow:hidden;}
.LeftNav ul li { display:block; padding:5px 0; background: #fff; }
.LeftNav ul li a { font-size:16px; line-height: 35px; text-align: center;  display:block; border-radius: 2px; padding:5px 20px; border:1px solid #ccc; color:#333;}
.LeftNav ul li a:hover, .subnav li.class_on a { color:#039; border:1px solid #039;}
#navi ul li.hl a{ color:#039; border:1px solid #039; background: #fff; }














/*************************************************************
 * Command:End
 * Control:Sidebar.ChannelNav
 * Style:LeftNav
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Sidebar.ChannelNav2
 * Style:Sidebar_ChannelNav2
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/

/*************************************************************
 * Command:End
 * Control:Sidebar.ChannelNav2
 * Style:Sidebar_ChannelNav2
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Sidebar.ChannelNav2
 * Style:SideNav2
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


.SideNav2 { overflow: hidden;/*  position: absolute; top:25px; right:20px; */}
.SideNav2 h2 { float:left; font-weight: normal; display: none;}
.SideNav2 h2 span { }
.SideNav2 h2 i { display: none;}
.SideNav2 h2 em { display: none;}

.SideNav2 ul {  float:right; margin:10px 0;}
.SideNav2 ul li { float:left; }
.SideNav2 ul li a { font-size:16px; line-height: 28px; text-align: center;  display:block; border-radius: 2px; padding:5px 20px; margin-left:10px; background: #fff; border:1px solid #ccc;}
.SideNav2 ul li a:hover, .subnav li.class_on a { background:#039; color:#fff; border:1px solid #039;}




/*************************************************************
 * Command:End
 * Control:Sidebar.ChannelNav2
 * Style:SideNav2
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:PagedArticleList.Default
 * Style:PagedArticleList2
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*标题图
.TitleImageA { margin-bottom:50px; position:relative; top:-55px; left:0; right:0; bottom:0; z-index: -1000; display:none;}
*/
.PagedArticleList2 { width:100%; min-height:500px; }
.PagedArticleList2 .header { width:100%; overflow: hidden; }
.PagedArticleList2 .header h3 { font-size: 2.5em; font-weight: 800; line-height: 45px;text-align:center; }
.PagedArticleList2 .header .SubTitle { font-size:1em; font-style: italic; line-height:40px; color:#555; text-align: center; padding:10px 0;}
.PagedArticleList2 .header em {display:none;}

.PagedArticleList2 .header i {
    text-align: center;
    width: 160px;
    height: 1px;
    display: block;
    background: #333;
    margin: 15px auto 50px;
    position: relative;
  }
  .PagedArticleList2 .header i:after {
    content: "";
    background: #039;
    height: 5px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    top: -2px;
  }

.PagedArticleList2 .Description { display: none; }

/* 列表 */
.PagedArticleList2 .article_list { width:950px; color:#333; margin:0px auto; padding:50px; text-align: justify; min-height:600px; font-size:16px; box-shadow:0 0px 8px 0px #cccccc;border-radius:10px;border-top:5px solid #039; border-bottom:5px solid #ddd; overflow: hidden;}
.PagedArticleList2 .article_list ul{ padding:20px 0px 20px 0px; }
.PagedArticleList2 .article_list ul li { height:50px; font:normal 16px/50px "微软雅黑"; color:#000; border-bottom: 1px dashed #ddd; display: block; }
.PagedArticleList2 .article_list ul li a { height:50px; padding-left:20px; background:url(/Widgets/WidgetCollection/MyParts/PagedArticleList.Default/Images/icon4.gif) no-repeat left -25px;}
.PagedArticleList2 .article_list ul li a:hover { background:url(/Widgets/WidgetCollection/MyParts/PagedArticleList.Default/Images/icon4.gif) no-repeat scroll left 5px transparent; }
.PagedArticleList2 .article_list ul li span { display:none; float:right; padding-right:5px; font:14px/50px "arial"; color:#999;}
.PagedArticleList2 .article_list ul li em { color:#c09; margin:0 5px;}

/* 翻页 */
.PagedArticleList2 .clear{ clear: both;}
.PagedArticleList2 .clear:after{ content: "."; display: block; height:0; clear:both; visibility: hidden;}
.PagedArticleList2 .page_css, .class_page  { text-align:center; font-size:15px; }
.PagedArticleList2 .page_css a, .class_page a { display: inline-block; border-radius:10%; background: #e7ebee; color:#666666; width:36px; height:36px; line-height: 36px;}
.PagedArticleList2 .page_css a:hover, .class_page a:hover{ color: #fff; background: #039; border-radius:10%; }
.PagedArticleList2 .page_css b a, .class_page b a { color: #fff; background: #039;}
.PagedArticleList2 .page_line { }







/*************************************************************
 * Command:End
 * Control:PagedArticleList.Default
 * Style:PagedArticleList2
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Footer.Default
 * Style:footerGray
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/



.footer {
    width: 100%;
    overflow: hidden;
    background: #333;
  }
  .footer a {
    color: #999;
  }
  .footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  .footer-box .tit {
    display: block;
    font-size: 20px;
    color: #ddd;
    margin-bottom: 20px;
  }
  .footer .footer-box {
    width: 1300px;
    margin: 0 auto;
    padding: 35px 0 30px 0;
    overflow: hidden;
  }
  .footer-box ul {
    float: left;
    width: 200px;
  }
  .footer-box ul li {
    width: 200px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #999;
  }
  
  .footer-box .footer-logo {
    float: left;
    width: 200px;
    height: 200px;
    background:url(/Widgets/WidgetCollection/MyParts/Footer.Default/Images/logob.png) no-repeat center 60px;
    background-size: auto 50px;
    /* align-items: center; */
    /* background-attachment: fixed; */
  }
  
  .footer-box .contact {
    float: left;
    width: 580px;
  }
  .footer-box .contact p {
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #999;
    /* margin-bottom:18px; */
  }
  .footer-box .qr-code {
    float: right;
    width: 120px;
  }
  .footer-box .qr-code img {
    width: 120px;
    height: 120px;
  }
  .footer-box .qr-code p {
    color: #999;
    font-size: 14px;
    text-align: center;
  }
  
  .footer .copyright {
    width: 100%;
    font-size: 12px;
    line-height: 50px;
    color: #999;
    overflow: hidden;
    background: #000;
  }






/*************************************************************
 * Command:End
 * Control:Footer.Default
 * Style:footerGray
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/


/*************************************************************
 * Command:Start
 * Control:Footer.Default
 * Style:footerBlue
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/



.footer {
    width: 100%;
    overflow: hidden;
    background: #039;
  }
  .footer a {
    color: #8d9ac6;
  }
  .footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  .footer-box .tit {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  .footer .footer-box {
    width: 1300px;
    margin: 0 auto;
    padding: 35px 0 30px 0;
    overflow: hidden;
  }
  .footer-box ul {
    float: left;
    width: 200px;
  }
  .footer-box ul li {
    width: 200px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #8d9ac6;
  }
  
  .footer-box .footer-logo {
    float: left;
    width: 200px;
    height: 200px;
    background:url(/Widgets/WidgetCollection/MyParts/Footer.Default/Images/logob.png) no-repeat center 60px;
    background-size: auto 50px;
    /* align-items: center; */
    /* background-attachment: fixed; */
  }
  
  .footer-box .contact {
    float: left;
    width: 580px;
  }
  .footer-box .contact p {
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #8d9ac6;
    /* margin-bottom:18px; */
  }
  .footer-box .qr-code {
    float: right;
    width: 120px;
  }
  .footer-box .qr-code img {
    width: 120px;
    height: 120px;
  }
  .footer-box .qr-code p {
    color: #8d9ac6;
    font-size: 14px;
    text-align: center;
  }
  
  .footer .copyright {
    width: 100%;
    font-size: 12px;
    line-height: 50px;
    color: #8d9ac6;
    overflow: hidden;
    background: #00194c;
  }




/*************************************************************
 * Command:End
 * Control:Footer.Default
 * Style:footerBlue
 * Desc:目前没有
 * Quot:skinsA
*************************************************************/